home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_FileRunner.idb / usr / freeware / lib / FileRunner2.5 / HISTORY.z / HISTORY
Encoding:
Text File  |  1999-01-26  |  27.5 KB  |  608 lines

  1.  
  2. Version history for FileRunner.
  3.  
  4. --------------------------------------------------------------------------------
  5. 2.5 - 1998-06-02
  6.  
  7.   News
  8.  
  9.   - Created new configuration browser, to ease browsing and editing
  10.     the rather long list of options. Invoked with Configuration->Edit
  11.     Configuration.
  12.  
  13.   - Automatically saves configuration (incl. hotlist) on
  14.     exit. Configurable through config(save_conf_at_exit) in the
  15.     configuration browser.
  16.  
  17.   - Mouse buttons used for wheel on wheelie-mice are now configurable
  18.     through config(mwheel,neg) and config(mwheel,pos) in the
  19.     configuration browser. These default to 4 and 5, respectively and
  20.     corresponds nicely with the following kind of "Pointer" section in
  21.     an Xfree 3.3.2 (or later) XF86Config file:
  22.  
  23.       Section "Pointer"
  24.         Protocol        "Auto"
  25.         Device          "/dev/mouse"
  26.         # Choose button events for wheel up/down actions
  27.         ZAxisMapping 4 5
  28.         BaudRate        1200
  29.         Resolution      100
  30.       EndSection
  31.  
  32.   - FileRunner will now create relative links (as default) instead of
  33.     absolute links when using the S-Link and S-LnAs
  34.     buttons. Configurable via the config(create_relative_links)
  35.     option. (A relative link is one that points to something of the
  36.     form "../../foo". An absolute link looks like "/a/b/c/foo").
  37.     Thanks to Norbert Erkeland for this code.
  38.  
  39.   - FileRunner now has the option of whether or not to run "pwd" after
  40.     cd'ing to a new directory to check where it ended up. This is
  41.     controlled by the variable config(cd_pwd) which is per default on
  42.     (which mimics the behaviour of older FileRunner releases). If you
  43.     set it to off, FileRunner will infer the new path from the old
  44.     path. This makes a difference if you cd to a link that points to a
  45.     directory. There is a similar config option config(ftp,cd_pwd) for
  46.     the FTP case.
  47.  
  48.   - You can now colorize the middle command buttons in a supported
  49.     way. Look at the config(middle_button_colors) in the configuration
  50.     browser.
  51.  
  52.   - Added FTP resume background (async) download. See Utilities menu.
  53.  
  54.   - Added ForEach button that runs a command for each selected file.
  55.     This command is very close to "Utilities->Run Command On Selected..."
  56.     but instead of running one command on many files it runs one command
  57.     per file.
  58.  
  59.   - Added "Etc->Recurse Command...". This runs a command recursively
  60.     in the current directory and downwards using the Unix find utility.
  61.  
  62.  
  63.   Fixes
  64.  
  65.   - ~/.fr/tmp is now used for temporary FTP files (primarily used when
  66.     you "view" a file in an FTP directory). Using /tmp/USER_fr_tmp was
  67.     a security risk, since anyone could create /tmp/USER_fr_tmp and
  68.     put soft links in here that would get wiped when the user viewed a
  69.     file by that name.
  70.  
  71.   - FileRunner no longer does a CD to the root directory when logging
  72.     in to a remote FTP site.
  73.  
  74.   - Last downloaded filename through HTTP is saved for next download.
  75.  
  76.  
  77.   Changes
  78.  
  79.   - FileRunner is now explicitly a part of the Open Source movement,
  80.     as shown when choosing "File->About...".
  81.  
  82.   - "Settings" is now called "Configuration" consistently within 
  83.     FileRunner. I've done a search/replace in the User Guide but
  84.     I'm sure it's not perfect...
  85.  
  86. --------------------------------------------------------------------------------
  87. 2.4.2 - 1998-02-15
  88.  
  89.   Fixes
  90.   - Bug: "Error in startup script: can't read "glob(gui,color_cursor)": no such
  91.     element in array"
  92.   - Wrong date displayed in FTP listings sometimes.
  93.  
  94. --------------------------------------------------------------------------------
  95. 2.4.1 - 1998-01-04
  96.  
  97.   News
  98.   - FileRunner is now distributed under the GNU General Public License.
  99.     Let's hope it turns up in even more places. Redhat, are you listening? :-)
  100.     (Btw: No one ever bothered to pay $20 for a commercial license, but I have 
  101.     received a bunch of cool postcards. Keep 'em coming :-)
  102.   - Support for "wheel"-mice. Scroll lists and text using the mouse wheel. 
  103.     Thanks to Colas Nahaboo for this. Config parameter: config(mwheel,delta)
  104.     determines how many lines to scroll for each wheel click. Shift-wheel
  105.     scrolls one line.
  106.   - You can now change the color of the cursor.
  107.  
  108.   Fixes
  109.   - Fixed "checkowner" function when copying/deleting files.
  110.   - Can now parse FTP site reactor.actlab.com (yucky WinNT host :-).
  111.     Doesn't read dates from this site correctly, but who cares...
  112.   - Various minor stuff.
  113.  
  114. --------------------------------------------------------------------------------
  115. 2.4 - 1997-09-07
  116.  
  117.   News
  118.   - Supports Tcl/Tk 8.0 only. Get it! :-)
  119.   - Added Batch FTP download. This is useful when you want to select a
  120.     number of files for downloading when the files are not in the same
  121.     directory or even on the same site. You can now browse any FTP site,
  122.     add the selected files to the batch list, then later start the batch
  123.     download and go do something else while the files download. See the 
  124.     Etc menu.
  125.   - HTTP downloading. This was just too easy to implement for me to be 
  126.     able to resist :-) Just choose "Etc->HTTP Download" and enter an 
  127.     URL to download. You don't have to bother with adding "http://"
  128.     if you don't want to. Then choose a filename to save the download to. 
  129.     You can also enter an HTTP proxy in the config(http,proxy) parameter.
  130.     (Do a "Settings->Save Settings..." followed by a "Settings->Edit 
  131.     Settings..." to see this parameter)
  132.   - Added Help->Tips menu. This contains a few tips on usage, like how to 
  133.     color your command buttons if you want to.
  134.   - Foreground color for selection is now configurable.
  135.   - User-configurable button commands now get an extra argument: The mouse
  136.     button that was used to press the button. This means you can let your
  137.     buttons do different things if pressed with different mouse buttons.
  138.     Unfortunately this also means you need to add a new argument to the
  139.     command. (Values: 1:Left 2:Right 3:Middle) See chapter 7 in the User's 
  140.     Guide.
  141.   - Added the following entry to the config(view,extensions) parameter:
  142.       { {rpm -qilp {%s}}
  143.         {*.rpm}
  144.         -viewtext }
  145.     This lets you view .rpm files. You'll have to put this in yourself 
  146.     if you already have a config file.
  147.  
  148.   Fixes
  149.   - FileRunner now handles file names with any characters allowed by the 
  150.     file system. EXCEPTION: When copying directories the directory names 
  151.     (source and destination) must not contain tick-marks "'" since this 
  152.     is used as an escape character. I doubt this will be a problem in 
  153.     the real world, though.
  154.     FileRunner used to have a real problem with file names containing ", }, 
  155.     ], $ etc. You don't want to know what a headache Tcl gave me with its 
  156.     evaluation rules... AARGH!
  157.   - "Show All Files" now also correctly shows file beginning with a dot . in the
  158.     hyper-menu.
  159.   - Miscellaneous fixes.
  160.  
  161.   Changes
  162.   - Because of the new improved file name handling I've had to change the
  163.     config(cmd,arc) command. This is now gone and replaced with
  164.     config(cmd,archive). (The change was made only so I could enforce 
  165.     a new default value for this variable, which I cannot if people already 
  166.     have this variable in their .fr/config file.) The format for this command
  167.     is now simply "archive-command {%s}" where {%s} will be substituted with
  168.     the directory name at runtime. Do a Save Settings followed by Edit Settings
  169.     and see the config file for more info on this.
  170.   - The system wide config file is now called "config" and should be placed
  171.     directly under the FileRunner installation directory.
  172.  
  173.   Stupid stunts
  174.   - There are bits and pieces here and there in the code referring to WIN32...
  175.     Well, I started to port FileRunner to Windows but I just got rather fed up 
  176.     with it after having received a prolonged exposure to Windows programming...
  177.     It shouldn't be too hard to finish, though.
  178.  
  179. --------------------------------------------------------------------------------
  180. 2.3 - 1997-03-30
  181.  
  182.   New stuff
  183.   - FileRunner will now cache reads from FTP directories. (If you go to a 
  184.     previously visited FTP directory, it will fetch it from the cache.) The 
  185.     cache (all of it) will be invalidated when you press the refresh button (the 
  186.     one with two arrows chasing each other). The number of directories 
  187.     cached is configurable via the config(ftp,cache,maxentries) parameter. 
  188.     I have a feeling this feature will come back and bite me... Tell me if 
  189.     you see something fishy. :-)
  190.   - Shows estimated time of arrival in both relative and absolute time.
  191.     (I discovered relative time estimate wasn't very useful when it showed
  192.     something like 1200 minutes...:-). Estimate is now calculated over the
  193.     average transfer speed during the last two minutes.
  194.   - New command line argument "-iconified" will start FileRunner in iconified
  195.     mode.
  196.   - Config files are now saved under ~/.fr/ (which is now a directory). The 
  197.     .fr file is called .fr/config, the .fr_cmds file is called .fr/cmds and
  198.     so on.
  199.  
  200.   Fixes
  201.   - Couldn't handle files with the characters " { } in the file name. This
  202.     fix unfortunately will have the effect of incorrectly sorting files with
  203.     spaces in them last in the list.
  204.   - If you run FR as root, having done "su" in a user shell, FilerRunner now 
  205.     shows the correct "user@machine" in the top status line.
  206.   - Doesn't barf anymore if it detects a socket or a pipe in an FTP listing.
  207.   - I got a question on how to use the "-remote openFile()" argument to netscape
  208.     if you wanted to have a default rule for viewing .html files. The answer was
  209.     trickier than I though because of tclsh's hairy quotation and evaluation 
  210.     rules. Anyway, here is how you do it: First, add the following to your
  211.     config(view,extensions) variable:
  212.  
  213.       { {viewhtml {%s}}
  214.         {*.html} }
  215.  
  216.     Then create a script called viewhtml that looks like this:
  217.  
  218.     #!/bin/csh -f
  219.     netscape -remote openFile\("$argv"\)
  220.  
  221.     That should do it. The problem was that tclsh won't do the normal evaluation
  222.     on lists inside ( ). That's why you have to do this work-around with the 
  223.     external script.
  224.   - Should now correctly work with Windows based ftp deamons. Thanks to 
  225.     Colas Nahaboo for this fix.
  226.   - Misc bugs fixed.
  227.  
  228.  
  229. --------------------------------------------------------------------------------
  230. 2.2.1 - 1997-01-18
  231.  
  232.   Fixes
  233.   - The "Find file" function now behaves better. It was stupid sometimes.
  234.   - Now handles trouble converting FTP dates gracefully. If you have the
  235.     timezone set to GMT+xx on your computer, there seems to be a bug in
  236.     "clock scan" that prevents it from converting date strings with GMT+xx 
  237.     in them. The result is that dates might be wrong. Work-around: Use
  238.     another way of denoting the time zone, like MET or PST or whatever.
  239.   - Select-all button didn't update the status line with selected/total...
  240.   - A couple of other small bugs fixed.
  241.  
  242.  
  243. --------------------------------------------------------------------------------
  244. 2.2 - 1997-01-14
  245.  
  246.   Features
  247.   - "Find file" function added both for unix files and ftp sites. (Uses the
  248.     "site exec locate" command to search FTP sites).
  249.   - Added chmod button and GUI requester. Should be fairly intuitive.
  250.   - Copy with resume for FTP added. Let's you continue an FTP transfer that
  251.     was aborted. Great when Netscape drops an FTP download for no reason...
  252.   - History is now saved to disk between invocations of FileRunner.
  253.   - Shell commands are now always executed in the background. A small
  254.     "R" to the right of the command line will turn red when one or more
  255.     commands are executing. More than one command can be executed 
  256.     simultaneously, output will be intermixed in the output window.
  257.  
  258.   Changes
  259.   - FTP transfer speed measurement is now more correct.
  260.   - New chapter on which files FileRunner uses added to the online guide. (10.2)
  261.   - Minor smaller things mainly affecting the GUI.
  262.  
  263.   Bug fixes
  264.   - Fixed: Mixes dates for ftp files (thinks some files are created 1997, when
  265.     they were created late 1996).
  266.   - Fixed: "Copy As" for directories: "can't read "destfile": no such variable"
  267.   - Fixed: Error when copying FTP files that are links.
  268.   - Fixed: Searching in the viewer or internal editor affected the selection.
  269.  
  270.   Notes
  271.   - Don't run FileRunner 2.1.3 on Tcl/Tk 8.0a1. It's too buggy. Tcl/Tk that is.
  272.  
  273. --------------------------------------------------------------------------------
  274. 2.1.2 - 1996-12-08
  275.  
  276.   Features
  277.   - Fully user-defined bindings for to the View, UnPack and UnArchive 
  278.     operations. Re-generate the .fr settings file and see how they work.
  279.     Warning: your old changes to the config(cmd,unarc,xx), config(cmd,unpack,xx)
  280.     and config(cmd,arclist,xx) variables will not be used any more. See also 
  281.     below on "New config default values".
  282.   - You can now FTP to non-default ports. The format is 
  283.       ftp://ftp.foo.com:8080/pub/bar
  284.     Just leave the port stuff (:8080) out if you connect to port 21 
  285.     (normal FTP).
  286.  
  287.   Bug fixes
  288.   - Stupid "Can't find $USER variable" bug should be gone. FR will now look
  289.     for the $LOGNAME variable if $USER cannot be found.
  290.   - FR now correctly resets iconname after an aborted FTP transfer.
  291.   - Matching on file name extensions are now case insensitive.
  292.   - FTP file listings now a little more robust. (Couldn't handle wuarchive
  293.     listings before).
  294.   - Sometimes FR came up with incorrect left/right start directories.
  295.   - Won't run the file panel updater if you're entering text in a text
  296.     entry. (Since this will take the focus away from the entry widget
  297.     and you don't notice you'll start typing keyboard shortcuts for 
  298.     FR commands... Bad :-)
  299.  
  300.   New config default values:
  301.   - You HAVE to fix your config(view,extensions) variable to reflect the new
  302.     settings in this variable. For example, the rule for viewing .tar.gz 
  303.     files is now in this variable. If you just want to get the default
  304.     value for this variable into your .fr file, 1: edit the FR settings,
  305.     2: delete the parameter and 3: save, then 4: exit. 5: restart FR, 6:
  306.     save settings. Now the default value for this parameter will be in your 
  307.     .fr file. If you're running FR for the first time you don't have to 
  308.     bother with this.
  309.  
  310.       set config(view,extensions) {
  311.         { {xmikmod {%s}}
  312.           {*.mod.gz *.s3m *.mtm *.stm *.xm *.uni *.mod} }
  313.         { {timidity {%s}}
  314.           {*.midi.gz *.midi *.mid.gz *.mid} }
  315.         { {xv -gamma 2.0 {%s}}
  316.           { *.bmp *.iff *.jpg *.pbm *.pgm *.png *.ppm *.tga 
  317.             *.tif *.tiff *.xbm *.xpm *.gif} }
  318.         { {gzip -dc {%s} | ghostview -}
  319.           { *.ps.gz } }
  320.         { {ghostview {%s}}
  321.           { *.ps } }
  322.         { {xanim {%s}}
  323.           {*.avi *.fli *.flc *.mpg} }
  324.         { {gzip -cd {%s} | tar tvf -} 
  325.           { *.tgz *.taz *.tar.z *.tar.gz }
  326.           -viewtext }
  327.         { {tar tvf {%s}}
  328.           {*.tar}
  329.           -viewtext }
  330.         { {unzip -lv {%s}}
  331.           {*.zip}
  332.           -viewtext }
  333.         { {lha -v {%s}}
  334.           {*.lha}
  335.           -viewtext }
  336.         { {gzip -cd {%s}}
  337.           {*.gz}
  338.           -viewtext }
  339.       }
  340.  
  341.   - The new parameter for unarchiving stuff.
  342.  
  343.       set config(cmd,unarc,extensions) {
  344.         { {gzip -cd {%s} | tar xfBp -}
  345.           {*.tgz *.taz *.tar.z *.tar.gz} }
  346.         { {tar xfBp {%s}}
  347.           {*.tar} }
  348.         { {unzip -oqq {%s}}
  349.           {*.zip} }
  350.         { {lha -x {%s}}
  351.           {*.lha} }
  352.       }
  353.  
  354.   - The new parameter for unpacking stuff.
  355.       
  356.       set config(cmd,unpack,extensions) {
  357.         { {gzip -d {%s}}
  358.           {*.gz} }
  359.       }
  360.  
  361.  
  362.  
  363. --------------------------------------------------------------------------------
  364. 2.1.1 - 1996-11-03
  365.  
  366.   Small features/other
  367.   - Changed to use Tcl/Tk 7.6/4.2. You can still run on 7.5/4.1 but 
  368.     you'll have to edit the scripts.
  369.   - Sort on reverse time added.
  370.   - New platform support: AIX.
  371.   - Support for system wide .fr file. (Sourced before the user's .fr file).
  372.   - FTP sorting on time now implemented.
  373.   - FTP: Selecting "show all files" now works.
  374.  
  375.   Bug fixes
  376.   - Editing shell command color works.
  377.   - Usage of "tar" internally now doesn't use the -B flag (for HPUX).
  378.   - Using Tcl/Tk 7.6/4.2 seems to have fixed the infamous "grab failed" problem.
  379.   - Misc fixes.
  380.  
  381.   Documentation
  382.   - Added a FAQ file with know bugs and common Q's and A's.
  383.  
  384.  
  385.  
  386. --------------------------------------------------------------------------------
  387. 2.1 - 1996-10-27
  388.  
  389.   Features
  390.   - You can now copy both to and from an FTP site.
  391.   - Recursive copying of directories both to and from an FTP site.
  392.   - Makedir, Delete and Rename works in FTP. Recursive delete of FTP
  393.     directories implemented too.
  394.   - Rule based configuration of FTP site logins. For example always
  395.     login with username X and password Y to sites matching *.Z.com using
  396.     proxy P etc. See more in the online guide, chapter 8.8.
  397.   - Icon name now shows estimated time of arrival (ETA) for FTP transfers.
  398.   - Select All/Select None toggle button added to the lower right
  399.     ofthe file list panes. This is the button with letter S on it.
  400.   - If you enter a directory that doesn't exist you get the choice 
  401.     of editing the faulty directory or create it. This is a convenient 
  402.     way of creating new directories.
  403.   - The middle mouse button in the file list now work the same way
  404.     as mouse button 1 + ctrl. It doesn't deselect anything but just
  405.     toggles the previous selection. Try it. See chapter 3.3.4.1
  406.     for a list of available mouse operations.
  407.  
  408.   Smaller features/changes
  409.   - When a new directory is created, all it's parent directories are created
  410.     also if they don't already exist.
  411.   - The escape button now works to exit the text viewer and editor.
  412.   - The Page up/down, Home/End keys work in the text viewer and editor without
  413.     first clicking in it.
  414.   - Default colors are changed to a cool metallic green. Just change it if you
  415.     don't like it...
  416.   - The Abort button is called Stop now.
  417.  
  418.   Documentation
  419.   - Reworked chapter 8 about FTP.
  420.   - Reworked chapter 3.3.4.1 about mouse buttons in the file list. Here you
  421.     can now find a list of mouse operations available.
  422.   - Misc. changes.
  423.  
  424.   Bug fixes
  425.   - User defined bindings from file extensions to action (e.g. .jpg -> 
  426.     launch image viewer) are now searched before the built-in bindings.
  427.   - FTP now correctly handles filenames with spaces in them,
  428.   - Hopefully the infamous "grab failed: application already has grab" 
  429.     will be a little less frequent. There is still a bug inside the Tk 
  430.     menu code that can trigger this bug.
  431.   - Move on FTP file crashed FR. (It can't move FTP files yet, but it 
  432.     shouldn't crash...)
  433.   - The recursive directory menu now correctly handles filenames with   
  434.     spaces in them.
  435.   - More misc. bug fixes.
  436.  
  437.   There are new default values for the some parameters. If you already 
  438.   have a .fr file, you can see below what the new defauls are:
  439.     set config(gui,color_select) "#f1a9ec43aa9d"
  440.     set config(gui,color_scheme) "#d1f0dfbebd10"
  441.     set config(view,extensions) {
  442.         { {xmikmod {%s}}    { *.mod.gz *.s3m *.mtm *.stm *.xm *.uni *.mod } }
  443.         { {timidity {%s}}   { *.midi.gz *.midi *.mid.gz *.mid } }
  444.         { {xv -8 {%s}}      { *.bmp *.iff *.jpg *.pbm *.pgm *.png *.ppm 
  445.           *.tga *.tif *.tiff *.xbm *.xpm *.gif } }
  446.         { {gzip -dc {%s} | ghostview - } { *.ps.gz } }
  447.         { {ghostview {%s}} { *.ps } }
  448.       }
  449.     set config(cmd,touch) "touch"
  450.     set config(cmd,du) "du -s"
  451.  
  452.   Known bugs
  453.   - There is still a problem with the grab failed thing that can pop up here 
  454.     and there. It seems to be a problem in the Tk menu implementation.
  455.     Anyone have any ideas how to get around this?
  456.  
  457.  
  458.  
  459. --------------------------------------------------------------------------------
  460. 2.0 - 1996-09-24
  461.  
  462.   Features:
  463.   - Added shell windows. Activated by the button to the right of the up-dir
  464.     button at the top of the file list panes. This pops up a small built-in 
  465.     shell that lets you run commands inside FileRunner. Like a simple xterm/
  466.     shell session. The "current directory" of the left and right shell is 
  467.     always synchronized with the "current directory" of the respective file 
  468.     list panels. See the online guide for more on this.
  469.   - Asynchronous file operations added. Instead of pressing the left mouse 
  470.     button over the command buttons (like copy, delete etc...) you press the 
  471.     right mouse button over the buttons and the command is executed 
  472.     asynchronously (in the background).
  473.     For some buttons, this is not implemented (where the operation is very fast 
  474.     anyway, like doing soft links). This IS implemented for FTP,
  475.     which means you can mark 25 files and press the right mouse button
  476.     over the Copy button and have 25 parallell copyings going to the same
  477.     server... Be careful with this!
  478.     The drawback with asynchronous operations is that it won't tell you 
  479.     if things go wrong during a copy, etc (for some operations, though
  480.     it will print this to the standard error output for FileRunner). 
  481.     It will also increase the risk that the file panels aren't showing 
  482.     correct information (you'll have to use the Update button). For
  483.     ftp transfers, it will usually take longer since it has to start
  484.     another ftp session for every file it copies (in parallell).
  485.   - New config opttion [config(view,extensions)] that holds general rules for
  486.     which viewer to invoke on which file. For example *.jpg launches the 
  487.     image viewer and *.avi launches the movie viewer. This is now fully
  488.     user-configurable.
  489.   - Abort button added. This tries to abort the current command. For normal
  490.     file access commands (copy, move etc) it can only abort between two 
  491.     files, not in the middle of operating on a file (in the middle of copying 
  492.     a file). For FTP, you can abort in the middle of a transfer. The FTP 
  493.     link will be closed when you do this, but reopened the next time you 
  494.     access an FTP file.
  495.   - In conjunction with the abort button, added the clone button. Only these
  496.     two buttons may be pressed during execution of a command, like a long
  497.     FTP transfer, for example. The clone operation is gone from the File menu.
  498.   - Added back button (arrow left). Works just as the back button in 
  499.     Netscape.
  500.   - Added "Settings->Edit xxx color". Changes GUI colors on the fly.
  501.   - Added "Settings->Edit xxx font". Changes GUI fonts on the fly.
  502.   - New interface for User-defined buttons. See online guide.
  503.  
  504.   Small features:
  505.   - Selection in file list panes now produce list of files when exported
  506.     to other apps (or inside FileRunner).
  507.   - Close button added to text viewer and text editor. (The little cross)
  508.   - "normal" Save option added to text editor menu. Don't use "save", 
  509.     then "quit" when editing config settings, use "save&quit" 
  510.     instead... (Or the config won't be read back in)
  511.   - File list panes now show selected / total entries.
  512.   - Added geometry config options that let's you set the size and position 
  513.     (in normal X11 syntax) for the main window, the text viewer window and 
  514.     the Quick-editor window, respectively.
  515.     [config(geometry,main), config(geometry,textviewer), 
  516.     config(geometry,qedit)] 
  517.   - Added "Settings->Set left start dir", "Setttings->Set right start dir"
  518.     that saves your position in the file list panels for next time 
  519.     you start. Quicker than editing the settings file by hand. You have 
  520.     to save your settings to store it to the .fr file.
  521.   - Added "Settings->Set window pos/size". Sets the config variable for
  522.     the main window geometry [config(geometry,main)]. You have to save 
  523.     your settings to store it to the .fr file.
  524.   - Added command "Utilities->Check Size of selected..." that counts the
  525.     size of selected files and directories and shows the result
  526.     in kilobytes. Note that this uses the du -s command and you might
  527.     have to add the -k flag here to get the answer in kilobytes on some
  528.     platforms (like Solaris 2.x). Do that in the Settings->Edit Settings
  529.     command [config(cmd,du)].
  530.   - Added "Utilities->Swap Windows" that swaps the left and right directories
  531.     shown.
  532.   - Added a "little" keyboard support. If you set the config variable
  533.     config(keyb_support) to 1, FileRunner activates keyboard support.
  534.     Currently this is not very extensive. See online guide for more
  535.     info on this.
  536.     Config variable config(keyb_listb_support) has changed name to 
  537.     config(keyb_support) and changed semantics to mean general 
  538.     keyboard support on/off.
  539.   - If you press the right mouse button in the directory entry, a requester
  540.     pops up asking you to type a new path. This is sometimes faster than
  541.     going to the directory entry and then clearing it, and then entering
  542.     the new directory.
  543.   - Changed the Update button to an iconized button. Due to lack of
  544.     space. Sorry for this, it makes it harder to understand...
  545.  
  546.   Bugfixes:
  547.   - Commands will now tell you if there are stuff they cannot do, like 
  548.     doing a soft link from an FTP file. (Instead of just doing nothing)
  549.   - Window is repainted correctly during long FTP transfers. This also makes
  550.     the window react to the quit-window (delete) command sent to it from the
  551.     window manager during transfers.
  552.   - Bugfix: When history got longer than xx entries, it got truncated 
  553.     to 0... Now only the oldest entries are deleted (as it should be)
  554.   - Exiting FTP connections is now faster/more reliable.
  555.   - FTP client now changes server socket for data connections on every command.
  556.     Sometimes FTP servers had problems with using the same server socket
  557.     every time, giving error codes 425 and 500 (?).
  558.   - Bugfix: When deleting a directory displayed by FileRunner, it would
  559.     crash. (Stupid bug, since it was designed to handle this...)
  560.   - Bugfix: Sometimes FR would fail with "grab failed: another application 
  561.     has grab" It looks like the grab fails for a reason I cannot determine. 
  562.     It shouldn't fail. A workaround for this is that you now get a warning if 
  563.     a grab fails. If you don't do anything stupid (like trying to start another
  564.     command before the first one is finished) you should be OK. Anyone got an
  565.     idea why this happens and how to handle it better?
  566.  
  567.  
  568.  
  569. --------------------------------------------------------------------------------
  570. 1.2 - 1996-08-24
  571.   - Default "unzip {%s}" command changed to "unzip -oqq {%s}"
  572.     You have to change this in your .fr file if you already have a .fr file.
  573.   - No more crashes when FileRunner tries to stat a file that disappeared 
  574.     between getting the directory list and the actual stat'ing.
  575.   - Viewing .gz files now works. (Just right-click on any gzipped text file)
  576.   - RunCmd and C-Select button moved to Utilities menu. 
  577.   - S-LnAs (Soft-Link As..) command button added.
  578.   - Copying links: Copying a link to a file will copy the file, not the 
  579.     link. Copying a link to a directory will copy the directory, not the 
  580.     link. This is new behaviour.
  581.   - Fixed Makefile.cc and ext.c so it will compile on Unixware and IRIX
  582.   - Color for selection in listbox now configurable.  
  583.     [config(gui,color_select)]
  584.   - Fixed: Choosing a list of files, then pressing Edit or View(Image).
  585.     (This is supposed to pass the whole list of files to the editor/image 
  586.     viewer)
  587.   - Added mod and midi extensions and mod and midi player commands.
  588.     [config(cmd,play,sound,mod) and config(cmd,play,sound,midi)]
  589.   - Added config option to allow listboxes to take focus when clicked. Gives
  590.     some more control over keyboard access to the file list. Default off.
  591.     [config(keyb_listb_support)]
  592.   - Added config options to decide whether you want FileRunner to ask "Are
  593.     you sure?" when deleting directories or files, respectively.
  594.     [config(ask,dir_delete) and config(ask,file_delete)]
  595.   - FTP transfers now show total average speed at the end of the transfer.
  596.  
  597.  
  598.  
  599. --------------------------------------------------------------------------------
  600. 1.1 - First public release 1996-08-11
  601.  
  602.  
  603. --------------------------------------------------------------------------------
  604. 1.0 - Internal release
  605.  
  606.  
  607.  
  608.